home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / parms / fly.nac < prev    next >
Text File  |  1979-12-31  |  924b  |  46 lines

  1. /* --------------------------------- fly.nac -------------------------------- */
  2.  
  3. /* This is part of the flight simulator 'fly8'.
  4.  * Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
  5. */
  6.  
  7. /* This is a list of ILS nav points.
  8.  *
  9.  * note that here x=east, y=north, z=up .
  10. */
  11.  
  12. #include "parms.h"
  13.  
  14. 4,                    /* number of points needed */
  15.  
  16. "A18",
  17.     V(0), V(0), V(0),        /* [x,y,z] meters */
  18.     149*60+10, -(35*60+20),        /* longitude, latitude minutes */
  19.     0, -500,             /* localizer relative [x,y] meters */
  20.     0, 1500,            /* glide-path relative [x,y] meters */
  21.     0,                /* heading of forward beam angle */
  22.     D(3),                /* pitch of beam angle */
  23. "A27",
  24.     V(0), V(0), V(0),
  25.     149*60+10, -(35*60+20),
  26.     -500, 0, 
  27.     1500, 0, 
  28.     D(90), 
  29.     D(3),
  30. "B18",
  31.     V(10000), V(10000), V(0), 
  32.     149*60+16, -(35*60+15),
  33.     0, -500, 
  34.     0, 1500,
  35.     0, D(3),
  36. "B27",
  37.     V(10000), V(10000), V(0), 
  38.     149*60+16, -(35*60+15),
  39.     -500, 0, 
  40.     1500, 0, 
  41.     D(90), 
  42.     D(3),
  43.  
  44.  
  45. "" /* must be last */
  46.